-
Notifications
You must be signed in to change notification settings - Fork 148
Add new addons to Qiskit addons overview page #4047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Yes, they should be available once the addons are released. |
|
There is also the Optimization Mapper that was just released |
|
It would be great to add qiskit-addon-sqd-hpc to the list, too. I should note, however, that it is different from the others in the sense that it is targeted for C++ developers rather than Python developers. |
Co-authored-by: aeddins-ibm <60495383+aeddins-ibm@users.noreply.github.com>
|
Is there specific text to use as the blurb for qiskit-addon-sqd-hpc and Optimization Mapper on this overview page, @garrison @jyu00? |
Would the addon belong to a new category in this case @garrison ? |
|
SLC is now released! Github repo: https://github.com/Qiskit/qiskit-addon-slc, docs: https://qiskit.github.io/qiskit-addon-slc/ |
How about this blurb from the README 😄
|
It is a good question. I think for now, it is sufficient to put it under post-processing alongside the other (Python) SQD addon. So far there is only one "HPC-ready" addon, but in general I expect them often to implement similar functionality to the Python addons. My hope is that eventually the HPC and Python projects eventually converge, such that the Python addon is accelerated by code in C++ or another compiled language. We're not there yet which is why they're two separate projects for now, but in principle they could be. |
|
Or, in other words, it is reasonable to classify add-ons by which language they are meant to be used from, but it is also possible that an addon may exist in the future that is designed to be used from more than one language (e.g. C++ or Python). |
Co-authored-by: Kaelyn Ferris <43348706+kaelynj@users.noreply.github.com>
|
One or more of the following people are relevant to this code: |
kaelynj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two more links to add and then these are good to go!
Co-authored-by: Kaelyn Ferris <43348706+kaelynj@users.noreply.github.com>
kaelynj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks Abby! 🚀
Add upcoming addons to Overview page and link out to their public repos. Closes #4031. Do we need to wait for more docs to be be available in the public repos before publishing here?
Tagging @caleb-johnson @jyu00 @mrossinek, per @kaelynj